SerialPortPainter-master├── README.md
├── WinFormNewApp
│ ├── App.config
│ ├── ClassMySerial.cs
│ ├── CsvFileDeal.cs
│ ├── CsvReader.cs
│ ├── CsvWriter.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── IniFile.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── clear.png
│ │ ├── matlab.ico
│ │ ├── open.png
│ │ ├── reset.png
│ │ ├── save.png
│ │ ├── start.png
│ │ └── stop.png
│ ├── WinFormNewApp.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── SerialPortPainter.exe
│ │ ├── SerialPortPainter.exe.config
│ │ └── SerialPortPainter.pdb
│ ├── matlab.ico
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SerialPortPainter.exe
│ ├── SerialPortPainter.pdb
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── WinFormNewApp.Form1.resources
│ ├── WinFormNewApp.Properties.Resources.resources
│ ├── WinFormNewApp.csproj.CoreCompileInputs.cache
│ ├── WinFormNewApp.csproj.FileListAbsolute.txt
│ ├── WinFormNewApp.csproj.GenerateResource.cache
│ └── WinFormNewApp.csprojAssemblyReference.cache
└── WinFormNewApp.sln
8 directories, 40 files
评论